home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / platforms and tools / macapp / auto center view / tautocenterview.h < prev   
Encoding:
C/C++ Source or Header  |  2000-09-28  |  245 b   |  12 lines

  1. #ifndef __AUTOCENTERVIEW__
  2. #define __AUTOCENTERVIEW__
  3.  
  4. class TAutoCenterView: public TView
  5. {
  6.     public:
  7.         virtual pascal void SuperViewChangedFrame(const VRect& oldFrame,
  8.                                             const VRect& newFrame,
  9.                                             Boolean invalidate);
  10. };
  11.  
  12. #endif